home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / SYS / s / Help.tked.doc < prev    next >
Text File  |  1996-09-26  |  1KB  |  39 lines

  1. **************************************************
  2.  
  3.   Documentation for help.tked
  4.   
  5. **************************************************
  6.  
  7. help.tked is an AREXX-script which reads the current word in a text and
  8. looks in a file for a help text. If such a text was found it is displayed
  9. in a workbench-window. (Very nice for things like includes and autodocs).
  10.  
  11. Installation:
  12.   Copy help.tked to your REXX: directory
  13.   Select menu 'User->Set Menu-><number> and insert as command
  14.   help.tked <filename>
  15.   <number> specifies the number of the menu (1-10) and <filename> the
  16.   path and the name of the file with the help-information.
  17.  
  18. Usage:
  19.   Move the cursor to any character of a word select the menu and
  20.   the helptext (if found) will be display 
  21.  
  22. Syntax of the help-file:
  23.   - The helpfiles are normal ASCII-text
  24.   - One line bevore the keyword must be a line with *** or with * (nothing
  25.     else)
  26.   - *** is the beginning of a helptext
  27.   - * stands for logical 'OR' to separate different keywords which have the
  28.     same helptext.
  29.  
  30.   If you need an example look into 'Arexx.hlp' in the same directory.
  31.   This should be enough information to create your own helpfiles.
  32.  
  33. Programmer:
  34. Christoph Kirsch
  35. Holstenhofweg 85
  36. 2000 Hamburg 70
  37.  
  38.  
  39.